ActiveReports.Chart Request technical support
DataBindY(IEnumerable[]) Method
See Also 


yEnumerableValues
Specifies one or more comma-separated IEnumerable data sources. 
Binds the Y value(s) of the collection's DataPoints to the first column of the specified data source(s).

Syntax

Visual Basic (Declaration) 
Overloads Public Sub DataBindY( _
   ByVal ParamArray yEnumerableValues() As IEnumerable _
) 
Visual Basic (Usage)Copy Code
Dim instance As DataPointsCollection
Dim yEnumerableValues() As IEnumerable
 
instance.DataBindY(yEnumerableValues)
C# 
public void DataBindY( 
   params IEnumerable[] yEnumerableValues
)

Parameters

yEnumerableValues
Specifies one or more comma-separated IEnumerable data sources. 

See Also